home *** CD-ROM | disk | FTP | other *** search
Korn shell script | 2001-03-06 | 329 b | 9 lines |
- #!/bin/ksh
-
- wget -e'robots=off' -nv -nH -l0 -Yoff --cut-dirs=2 -m -np \
- -P Apache:htdocs/AmigaApache/ \
- --header "Mirror: http://`/bin/hostname -f || echo localhost`/AmigaApache" \
- http://www.stud.uni-karlsruhe.de/~uck4/AmigaApache/
-
- find -type d -exec chmod -c 705 "{}" ";" -o -type f -exec chmod -c 604 "{}" ";"
-